Contribution org.nuxeo.web.mobile.authenticator.contrib--authenticators
In component org.nuxeo.web.mobile.authenticator.contrib
org.nuxeo.web.mobile.authenticator.contrib
inside nuxeo-application-definition-5.8.jar
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin class="org.nuxeo.ecm.mobile.filter.ApplicationFormAuthenticator" enabled="true" name="FORM_WEBENGINE_APPLICATION_AUTH">
<needStartingURLSaving>true</needStartingURLSaving>
<parameters>
<parameter name="UsernameKey">user_name</parameter>
<parameter name="PasswordKey">user_password</parameter>
</parameters>
</authenticationPlugin>
</extension>